Companion

object Companion

Functions

Link copied to clipboard

Validated string based on a list of allowable strings

fun fromList(defaultValue: String, strings: Supplier<List<String>>): ValidatedString
fun fromList(defaultValue: String, strings: List<String>): ValidatedString

Validated string based on a list of allowable strings, with a provided default value

Link copied to clipboard

Validated string based on a collection of allowable strings